.index-service .index-service-content .col-sm-3 div{
    font-size: 20px;
    font-weight: 600;
    background-color: whitesmoke;
    border-radius: 3px;
    height: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.3s linear 0s;
}
.index-service .index-service-content{
    margin-bottom: 40px;
}
.index-service .index-service-content .col-sm-3 div:hover{
    background: linear-gradient(to right, red, darkorange);
    color:#fff;
}
.more a{
    display: inline-block;
    background-color: #17499d;
    padding: 10px 20px;
    border-radius: 5px;
}
.more a{
    color:#fff;
}
.ny_banner .slideshow {
    text-align: center;
}
.ny_banner .slideshow h2{
    padding-top: 100px;
}
.disj{
    display: none;
}

@media (max-width:768px) {
    .dis{
        display: none;
    }
    .disj{
        display: block;
    }

}